@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
* {
  padding: 0;
  margin: 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus{
    outline: none;
}



body {
  font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  background: transparent;
  overflow:hidden;
}

canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
}

a {
  text-decoration: none;
  color: #666; }
  a:hover {
    color: #999; }

p {
  line-height: 2em;
  margin: 0 0 20px; }

.wrap {
  max-width: 700px;
  margin: auto; }

.animatedIntro {
  width: 100%;
/*  min-height: 450px;*/
  height: 100vh;
  margin: 0 auto 30px;
  padding: 10px 0;
  background: 000000 top center no-repeat fixed;
  background-size: 100%;
  transform: translateY(0);
  transition: 2s;
}


.head-wrap {
  margin: 30px auto 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center; }

.shift-text {
  margin: 80px auto 110px; }
  .shift-text .text-body {
    height: 120px; }
  .shift-text .tagline {
    opacity: 0.9; }

/* text editor styles */
.text-editor-wrap {
  display: block;
  margin: auto;
  max-width: 530px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.title-bar {
  padding: 5px 0;
  font-family: "Lucida Grande", sans-serif;
  font-size: 0.75em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: -moz-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: linear-gradient(top, #e8e8e8, #bcbbbc);
  box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
  border-bottom: #6a6a6a 1px solid; }

.text-body {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  color: #f0f0f0;
  text-shadow: #000 0px 1px 0px;
  font-family: "Consolas", "Courier New", "Courier";
  font-size: 1.75em;
  line-height: 1.40em;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.h2 {
  margin: 10px 0; }

.note {
  text-align: center; }

.inline-code {
  padding: 2px 5px;
  background: #fff;
  border: #CCC 1px solid;
  border-radius: 4px; }

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: #fff 1px solid;
  border-top: #f0f0f0 1px solid; }

pre {
  margin: 0 auto 20px;
  padding: 20px;
  color: #444;
  font-family: "Consolas", "Courier New", "Courier";
  font-weight: 500;
  background: #fff;
  border: #EEE 1px solid;
  border-radius: 10px;
  overflow: auto; }

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.btn-wrap {
  display: block;
  margin: 0 auto 1em;
  clear: both;
  text-align: center; }

/*BEGIN PERSONAL CSS CODE*/

#skipButton{
  position: fixed;
  bottom:1vh;
  left:1vh;
  font-size: 20px;
  border-radius: 16px;
  background-color: #fff;
  padding:5px;
  cursor:pointer;
} #skipButton:hover {
  background-color: #ddd;
} #skipButton:active {
  background-color: #aaa;
}

#floatOffTop {
  transform: translateY(-100vh);
}

.main {
  height: 0vh;
  background: transparent;
  overflow-y: scroll;
}

h1{
  text-align: center;
  font-size: 80px;
  padding: 20px;
  font-weight: 400;
  padding-bottom: 7px;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

h2{
  font-size: 40px;
  text-align: center;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.midTitleLine{
  transform: translateX(-6vh); /* offseting mid title line so when (future)->isNow things arent rightheavy */
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.futureTW{
  font-size: 18px;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

randomAboutMe{
  font-size: 24px;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

ampersand{
  font-size: 30px;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.tabs{
  text-align: center;
  font-size: 24;
  padding:15px;
  text-shadow:  -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

tabNames{
  cursor:pointer;
}

.wordsAndThingsContainer {
  padding:10px 20px 20px;
  display: flex;
  background-color: rgba(251, 251, 251, 0.5);

}

.wordsAndThingsDisplayBox{
  display:flex;
  justify-content: center;
}

.contactContainer{
    text-align:center;
}

.myPicture{
  max-width:460px;
  max-height:613px;
  min-width:46px;
  min-height:61px;
  padding:5px;
}

.aboutMeText{
  padding:10px;
  max-width:60ch;
  flex:1;
  margin:auto;
  margin-left:20px;
}

projTabs{
  float:left;
  min-width: 250px;
}

.project{
  padding:20px;
  display:block;
  cursor:pointer;
}

.projectImage{
  max-height: 550px;
  max-width: 550px;
  margin-left:auto;
  margin-right:0px;
}

projInfoDisplay{
  padding:20px;
  max-width: 60ch;
  min-width:40ch;
}

.contactContainer{
  display:block;
  margin:auto;
  padding:20px;
}

@media screen and (max-width: 320px) and (-webkit-device-pixel-ratio: 1),
(max-width: 640px) and (-webkit-device-pixel-ratio: 2),
(max-width: 799px) { /*WHEN SCREEN IS < 640px WIDE*/

  .main {
    height: 0vh;
    overflow-y: scroll;
  }

  h1{
    text-align: center;
    font-size: 80px;
    padding: 20px;
    font-weight: 400;
    padding-bottom: 7px;
  }

  h2{
    font-size: 40px;
    text-align: center;
  }

  .midTitleLine{
    transform: translateX(-6vh); /* offseting mid title line so when (future)->isNow things arent rightheavy */
  }

  .futureTW{
    font-size: 18px;
  }

  randomAboutMe{
    font-size: 12px;
  }

  ampersand{
    font-size: 30px;
  }

  .tabs{
    text-align: center;
    font-size: 12px;
    padding:15px;
  }

  tabNames{
    cursor:pointer;
  }

  .wordsAndThingsContainer {
    padding:0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .wordsAndThingsDisplayBox{
    display:flex;
    justify-content: center;
  }

  .contactContainer{
      text-align:center;
  }

  .myPicture{
    max-width:230px;
    max-height:307px;
    min-width:46px;
    min-height:61px;
    margin-left:auto;
    margin-right:auto;
  }

  .aboutMeText{
    padding:10px;
    max-width:60ch;
    flex:1;
    margin:auto;
    margin-left:20px;
  }

  projTabs{
    float:left;
    min-width: 250px;
  }

  .project{
    padding:5px;
    display:block;
    cursor:pointer;
  }

  .projectImage{
    max-height: 550px;
    max-width: 550px;
    margin-left:auto;
    margin-right:0px;
  }

  projInfoDisplay{
    padding:20px;
    max-width: 60ch;
    min-width:40ch;
  }

  .contactContainer{
    display:block;
    margin:auto;
    padding:20px;
  }

}